/* スタイルシート（データページ用）　LastUpdate 2009/06/07*/
/* 
これをわざわざ見て下さっているあなたへ。
内容を見ると今後ＳＰＷでやろうとしている「新企画」の正体がわかると思いますが、内緒にしといて下さい。
 */


/* 全体 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* body　LastUpdate 2009/06/01*/
body.datapage-stand, body.datapage-hontai, body.datapage-jibutsu
{
	color: #FFFFFF;				/*文字色	白（white）*/
	background-color: #001133;	/*背景色	藍色？*/
	text-align: center;			/*文字配置	中央寄せ*/
}


/* div ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* ページヘッダー１（見出しと色見本）の枠用　LastUpdate 2009/06/01*/
div.pageheader1-waku
{
	margin: 0;				/*上下左右スペースなし*/
}

/* ページ見出し用　LastUpdate 2009/06/01*/
div.midashi-waku
{
	text-align: center;		/*中央寄せ*/
	margin: 0;				/*上下左右スペースなし*/
}

/* ページヘッダー２（ページ内目次）の枠用　LastUpdate 2009/06/01*/
div.pageheader2-waku
{
	margin: 0;				/*上下左右スペースなし*/
}

/* 記事の枠用　LastUpdate 2009/06/01*/
div.kiji-waku
{
	padding:0;				/*上下左右スペースなし*/
	margin: 0;				/*上下左右スペースなし*/
}

/* 更新日付用　LastUpdate 2009/06/01*/
div.kiji-hiduke
{
	margin: 0 0 0.5em;				/*下に少しだけスペース*/
	text-align: left;		/*左寄せ*/
	font-family: "Times New Roman",Century,serif;/**/
}

/* 記事タイトル用、記事内分類タイトル、パラメータ表用、下端リンク用　LastUpdate 2009/06/07*/
div.namae-waku, div.bunrui-waku, div.param-waku, div.pagefooter-waku
{
	text-align: center;		/*中央寄せ*/
}

/* 記事フッター（「上へ」等リンク）用　LastUpdate 2009/06/01*/
div.kiji-footer
{
	margin: 0;				/*上下左右スペースなし*/
	text-align: right;		/*右寄せ*/
}


/* table系（記事タイトル用） ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* table全体　LastUpdate 2009/06/01*/
table.namae-tbl
{
	border-width: 0;			/*枠線なし*/
	border-collapse: collapse;	/*枠線重ね（２重に指定する意味はあるのか？）*/
	margin: auto;				/*上下左右とも外側次第（横は中央を想定）*/
	text-align: center;			/*中央寄せ　（左右寄せにしたければ各セルのstyleで直接指定）*/
}

/* tr各種　LastUpdate 2009/06/01*/
tr.namae-main, tr.namae-ruby, tr.namae-nihongo, tr.namae-eiji
{}	/*ここでは何も定義せず、tdと組み合わせて使用する*/


/* td全般　LastUpdate 2009/06/01*/
table.namae-tbl td
{
	padding:0;				/*上下左右スペースなし*/
	margin: 0;				/*上下左右スペースなし*/
	white-space: nowrap;	/*折り返し禁止*/
}

/* td（名前メイン用）　LastUpdate 2009/06/01*/
tr.namae-main td
{
	font-size: 200%;	/*size="6"とほぼ同じ*/
}

/* td（カナルビ用）　LastUpdate 2009/06/07*/
tr.namae-ruby td
{
	vertical-align: bottom;	/*下寄せ*/
	/*vertical-align: sub;	下寄せ*/
	font-style: italic;		/*斜体*/
	font-size: 75%;			/*size="2"とほぼ同じ*/
}

/* td（スタンド名日本語表記用）　LastUpdate 2009/06/01*/
tr.namae-nihongo td
{
	vertical-align: top;	/*上寄せ*/
	font-style: italic;		/*斜体*/
	font-size: 100%;		/*size="3"とほぼ同じ*/
}

/* td（英字表記用）　LastUpdate 2009/06/01*/
tr.namae-eiji td
{
	/*vertical-align: top;	上寄せ*/
	vertical-align: super;	/*上寄せ*/
	font-style: italic;		/*斜体*/
	font-size: 100%;		/*size="3"とほぼ同じ*/
	font-family: "Times New Roman",Century,serif;/**/
	/*text-transform: uppercase;	全部大文字*/
}


/* table系（スタンドパラメータ用） ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* table全体　LastUpdate 2009/06/01*/
table.param-tbl
{
	border: 1px #ffffff solid;	/*白*/
	margin: auto;				/*上下左右とも外側次第（横は中央を想定）*/
	text-align: center;			/*中央寄せ　（左右寄せにしたければ各セルのstyleで直接指定）*/
}

/* th・td全般　LastUpdate 2009/06/01*/
table.param-tbl th,
table.param-tbl td
{
	border: 1px #ffffff solid;	/*白*/
}/*後は必要に応じて上書き再設定*/


/* tr（パラメータ値用）　LastUpdate 2009/06/01*/
table.param-tbl tr.param-val
{}	/*とりあえずデフォルトのまま*/


/* th・td（出典名欄用）　LastUpdate 2009/06/01*/
table.param-tbl th.shutten,
table.param-tbl td.shutten
{}	/*とりあえずデフォルトのまま*/


/* th・td（区分名欄用）　LastUpdate 2009/06/01*/
table.param-tbl th.param-kubun,
table.param-tbl td.param-kubun
{
	font-weight: bold;	/*太字*/
}


/* td（総括欄用）　LastUpdate 2009/06/01*/
table.param-tbl td.param-soukatsu
{
	text-align: left;		/*左寄せ*/
}


/* リスト（基本的にulとol両方に設定） ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* 左側をややインデント　LastUpdate 2009/06/01*/
ul.nouryoku-lst, ol.nouryoku-lst,	/*スタンド：「能力」*/
ul.shintai-lst, ol.shintai-lst,		/*本体：「身体的特徴」*/
ul.seikaku-lst, ol.seikaku-lst		/*本体：「性格的・能力的特徴その他」*/
{
	padding: 0;					/*内側：スペースなし*/
	margin: 0.1em 0 0 4em;		/*外側：上に枠線１本分スペース、左インデント、他スペースなし*/
}

/* 左側にほぼデフォルトのスペース　LastUpdate 2009/06/01*/
ul.tokuchou-lst, ol.tokuchou-lst,	/*スタンド：「特徴」：*/
ul.gimon-lst, ol.gimon-lst,			/*共通：「謎・疑問点」*/
ul.kazoku-lst, ol.kazoku-lst,		/*本体：「血族・家族」「主な周辺人物」*/
ul.ryakureki-lst, ol.ryakureki-lst,	/*本体：「略歴」*/
ul.keii-lst, ol.keii-lst			/*関連事物：「経緯」他*/
{
	padding: 0;					/*内側：スペースなし*/
	margin: 0.1em 0 0 2.5em;	/*外側：上に枠線１本分スペース、左ほぼデフォルト、他スペースなし*/
}

/* 上スペースなし、後はデフォルト　LastUpdate 2009/06/01*/
ul.iromihon-lst, ol.iromihon-lst	/*共通：「基本的な配色」*/
{
	padding: 0;					/*内側：スペースなし*/
	margin: 0.1em 0 1em 2.5em;	/*外側：上に枠線１本分スペース、他ほぼデフォルト*/
}

/* デフォルト（とりあえず名前だけ付けたい場合用）　LastUpdate 2009/06/01*/
ul.headerlink-lst, ol.headerlink-lst
{}	/*とりあえずデフォルトのまま*/



/* フォント（一部リンクも） ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* ページ見出し用　LastUpdate 2009/06/01*/
h1.midashi-main
{
	margin: 0;	/*上下左右スペースなし*/
}

/* 推定事項１用　LastUpdate 2009/06/01*/
span.suitei1
{
	color: #FFFF00;	/*黄（yellow）*/
}
/* 推定事項１用リンク色設定（下記４状態の順番変更禁止）　LastUpdate 2009/06/01*/
span.suitei1 a:link { color: #FFFF00; }			/* 未訪問		黄（yellow）*/
span.suitei1 a:visited { color: #FFFF00; }		/* 訪問済み		黄（yellow）*/
span.suitei1 a:hover { color: #00FFFF; }		/* ポイント時	水色（aqua）*/
span.suitei1 a:active { color: #C0C0C0; }		/* 選択中		銀色（silver）*/

/* 推定事項２用　LastUpdate 2009/06/01*/
span.suitei2
{
	color: #FF0000;	/*赤（red）*/
}
/* 推定事項１用リンク色設定（下記４状態の順番変更禁止）　LastUpdate 2009/06/01*/
span.suitei2 a:link { color: #FF0000; }			/* 未訪問		赤（red）*/
span.suitei2 a:visited { color: #FF0000; }		/* 訪問済み		赤（red）*/
span.suitei2 a:hover { color: #00FFFF; }		/* ポイント時	水色（aqua）*/
span.suitei2 a:active { color: #C0C0C0; }		/* 選択中		銀色（silver）*/

/* 項目名用　LastUpdate 2009/06/01*/
span.koumoku1
{
	color: #00FFFF;		/*水色（aqua）*/
	font-weight: bold;	/*太字*/
}

/* サブ項目名用　LastUpdate 2009/06/01*/
span.koumoku2
{
	/*color: #00FF00;		黄緑（lime）*/
	font-weight: bold;	/*太字*/
}

/* スタンド名タイトル用　LastUpdate 2009/06/01*/
body.datapage-stand tr.namae-main td,
body.datapage-stand tr.namae-ruby td,
span.stand-namae
{	/*ここでは色のみ指定し、サイズ、スタイル、配置はtable系で指定すること*/
	color: #008000;	/*緑（green）*/
}

/* 本体名タイトル用　LastUpdate 2009/06/01*/
body.datapage-hontai tr.namae-main td,
body.datapage-hontai tr.namae-ruby td,
span.hontai-namae
{	/*ここでは色のみ指定し、サイズ、スタイル、配置はtable系で指定すること*/
	color: #0000FF;	/*青（blue）*/
}

/* 事物名タイトル用　LastUpdate 2009/06/01*/
body.datapage-jibutsu tr.namae-main td,
body.datapage-jibutsu tr.namae-ruby td,
span.jibutsu-namae
{	/*ここでは色のみ指定し、サイズ、スタイル、配置はtable系で指定すること*/
	color: #808080;	/*灰（gray）*/
}


/* 分類名タイトル用　LastUpdate 2009/06/07*/
body.datapage-stand div.bunrui-waku tr.namae-main td,
body.datapage-stand div.bunrui-waku tr.namae-ruby td
{
	color: #FF9900;		/*オレンジ（orange）*/
}


/* 分類名用　LastUpdate 2009/06/07*/
span.bunrui-namae
{
	color: #FF9900;		/*オレンジ（orange）*/
	font-weight: bold;	/*太字*/
}

/* 分類名用（英字表記用）　LastUpdate 2009/06/01*/
span.bunrui-eiji
{
	font-style: italic;		/*斜体*/
	font-size: 100%;		/*size="3"とほぼ同じ*/
	font-family: "Times New Roman",Century,serif;/**/
}